[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ListArrayOBJ  METHODS

  List Management:
  constructor Init;
  destructor  Done;
  procedure   SetTopPick(TopPick:longint);
  procedure   SetActivePick(ThePick:longint);
  procedure   SetTagging(On:boolean);
  procedure   SetColWidth(Wid:byte);
  procedure   Show;
  procedure   Go;
  procedure   GetHiString:string;
  procedure   LastKey:word;
  procedure   AssignList(var StrArray;Total:longint;
                         StrLength:byte;Taggable:boolean);

  Status Control:
  procedure   SetStatus(Pick:longint;BitPos:byte;On:boolean);
  function    GetStatus(Pick:longint;BitPos:byte):boolean;
  procedure   DelAllStatus(BitPos:byte;On:boolean);

  Window Control:
  function    Win:StretchWinPtr;

  Dual Color:
  procedure   SetColors(HAttr,NAttr,SAttr:byte);
  procedure   SetDualColors(On:boolean);

  Message display:
  procedure   SetMsgState(On:boolean);
  procedure   SetMsgHook(Func:ListMsgFunc);

  Hooks:
  procedure   SetCharHook(Func:ListCharFunc);

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson